Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: link preview folder icon color updated #44580

Closed
wants to merge 9 commits into from

Conversation

jadjoud
Copy link
Contributor

@jadjoud jadjoud commented Mar 30, 2024

Summary

color of the icon for folder link preview is primary like all the other icons

@jancborchardt

TODO

  • ...

Checklist

Signed-off-by: JEEEEEEEEEEEEEEEEEEEEEED <118366366+jadjoud@users.noreply.github.com>
@jadjoud jadjoud requested a review from skjnldsv as a code owner March 30, 2024 02:12
@solracsf solracsf changed the title fix#44356 link preview folder icon color updated fix: link preview folder icon color updated Mar 30, 2024
@solracsf solracsf added this to the Nextcloud 29 milestone Mar 30, 2024
@solracsf solracsf added the 3. to review Waiting for reviews label Mar 30, 2024
Copy link
Member

@jancborchardt jancborchardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jadjoud could you include before/after screenshots? :) Also there seem to be some unrelated whitespace changes in the CSS file, not sure if that is an issue.

@jadjoud
Copy link
Contributor Author

jadjoud commented Apr 2, 2024

Thank you @jancborchardt
Should i include UI screenshots or just code screenshots ?

@jancborchardt
Copy link
Member

Should i include UI screenshots or just code screenshots ?

@jadjoud screenshots basically always means UI screenshots, as the code is visible in the "Files changed" tab. :)

@jadjoud
Copy link
Contributor Author

jadjoud commented Apr 2, 2024

@jancborchardt

Obvious haha, But the thing is I'm using github codespace and i have no idea how to run the branch and see the changes.

Can you help, please?

Thanks a lot!

apps/files/css/files.scss Outdated Show resolved Hide resolved
@@ -55,7 +55,7 @@
:href="richObject.link"
target="_blank"
@click="navigate">
<span class="widget-file__image" :class="filePreviewClass" :style="filePreviewStyle">
<span class="widget-file__image" :class="filePreviewClass" :style="{ backgroundColor: primaryColor }">
Copy link
Contributor

@susnux susnux Apr 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not simply putting this into the widget-file__image class styles? The color is never changed, no?

@jancborchardt
Copy link
Member

jancborchardt commented Apr 2, 2024

But the thing is I'm using github codespace and i have no idea how to run the branch and see the changes.

@jadjoud Ah ok, that is only online then right? Does it have no way of running a PHP application? It would be important to test it, so maybe you can set up a local instance? The documentation for how to do that is at: https://docs.nextcloud.com/server/latest/developer_manual/getting_started/devenv.html

@jadjoud
Copy link
Contributor Author

jadjoud commented Apr 2, 2024

But the thing is I'm using github codespace and i have no idea how to run the branch and see the changes.

@jadjoud Ah ok, that is only online then right? Does it have no way of running a PHP application? It would be important to test it, so maybe you can set up a local instance? The documentation for how to do that is at: https://docs.nextcloud.com/server/latest/developer_manual/getting_started/devenv.html

Yes i will try to setup the server locally and check the changes !

Thank you !

@blizzz blizzz mentioned this pull request Apr 4, 2024
67 tasks
@skjnldsv skjnldsv modified the milestones: Nextcloud 29, Nextcloud 30 Apr 4, 2024
@emoral435 emoral435 self-requested a review April 16, 2024 15:33
cursor: pointer;
position: absolute;
z-index: 4;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: extra newline character that isn't needed

Copy link
Contributor

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

@skjnldsv
Copy link
Member

#44806

@skjnldsv skjnldsv closed this Apr 30, 2024
@skjnldsv skjnldsv removed this from the Nextcloud 30 milestone Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Folder icon in link preview is black instead of color-primary
6 participants